Revision: network-manager--MAIN--0--patch-266
Archive: network-manager@bazaar.ubuntu.com
Creator: Arch Librarian <arch@canonical.com>
Date: Sat Aug 13 15:56:07 BST 2005
Standard-date: 2005-08-13 14:56:07 GMT
Modified-files: ChangeLog info-daemon/NetworkManagerInfo.c
    info-daemon/NetworkManagerInfoDbus.c
    info-daemon/NetworkManagerInfoPassphraseDialog.c
    panel-applet/NMWirelessApplet.c src/NetworkManager.c
    src/NetworkManagerAP.c src/NetworkManagerAPList.c
    src/NetworkManagerDevice.c src/NetworkManagerPolicy.c
New-patches: network-manager@bazaar.ubuntu.com/network-manager--MAIN--0--patch-266
Summary: 2004-10-27 Dan Williams <dcbw@redhat.com>
CSCVSID: MAIN.267
Keywords: cscvs:MAIN.267

Author: dcbw
Date: 2004-10-27 19:02:06 GMT
2004-10-27 Dan Williams <dcbw@redhat.com>

	* info-daemon/NetworkManagerInfo.c
	  info-daemon/NetworkManagerInfoDbus.c
	  info-daemon/NetworkManagerInfoPassphraseDialog.c
	  panel-applet/NMWirelessApplet.c
		- Properly escape gconf keys

	* src/NetworkManager.c
		- remove unused variables

	* src/NetworkManagerAP.c
		- (nm_ap_new_from_ap): Don't redundantly set new APs
			refcount since it got set in nm_ap_new()

	* src/NetworkManagerAPList.c
		- (nm_ap_list_combine): Give up ownership of newly created
			access points to the ap list, fixes memleak

	* src/NetworkManagerDevice.c
		- Remove cached_ap_list4 member since its not really needed
		- (nm_device_wireless_network_exists): Try to get correct
			encryption status of a found AP if its already in our
			device list
		- (nm_device_do_normal_scan): Clean up scanning a bit, make
			memory allocs/deallocs a bit clearer and shorter-lived
